﻿2026-06-04T02:01:20.1990861Z ##[group]Run actions/checkout@v4
2026-06-04T02:01:20.1992006Z with:
2026-06-04T02:01:20.1992643Z   repository: SaberMage/spt-core
2026-06-04T02:01:20.1997934Z   token: ***
2026-06-04T02:01:20.1998425Z   ssh-strict: true
2026-06-04T02:01:20.1998912Z   ssh-user: git
2026-06-04T02:01:20.1999428Z   persist-credentials: true
2026-06-04T02:01:20.1999977Z   clean: true
2026-06-04T02:01:20.2000502Z   sparse-checkout-cone-mode: true
2026-06-04T02:01:20.2001081Z   fetch-depth: 1
2026-06-04T02:01:20.2001564Z   fetch-tags: false
2026-06-04T02:01:20.2002062Z   show-progress: true
2026-06-04T02:01:20.2002678Z   lfs: false
2026-06-04T02:01:20.2003157Z   submodules: false
2026-06-04T02:01:20.2003738Z   set-safe-directory: true
2026-06-04T02:01:20.2004478Z ##[endgroup]
2026-06-04T02:01:20.4098252Z Syncing repository: SaberMage/spt-core
2026-06-04T02:01:20.4100030Z ##[group]Getting Git version info
2026-06-04T02:01:20.4100923Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T02:01:20.4553333Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T02:01:20.4764201Z git version 2.43.0.windows.1
2026-06-04T02:01:20.4799812Z ##[endgroup]
2026-06-04T02:01:20.4809925Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\501bbc83-7c05-48ce-a131-2b2daccc4473\.gitconfig'
2026-06-04T02:01:20.4825894Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\501bbc83-7c05-48ce-a131-2b2daccc4473' before making global git config changes
2026-06-04T02:01:20.4827470Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T02:01:20.4833240Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T02:01:20.5100976Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T02:01:20.5302443Z https://github.com/SaberMage/spt-core
2026-06-04T02:01:20.5338345Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T02:01:20.5344266Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T02:01:20.5558446Z refs/heads/dev-freeform
2026-06-04T02:01:20.5589794Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T02:01:20.5885535Z HEAD is now at 1b89bc2 feat(net): M4-D4c PresenceChannel broker seam (REQ-EP-4)
2026-06-04T02:01:20.6404720Z ##[endgroup]
2026-06-04T02:01:20.6414597Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T02:01:21.0654608Z ##[group]Cleaning the repository
2026-06-04T02:01:21.0659904Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T02:01:23.1412565Z Removing target/
2026-06-04T02:01:23.1455829Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T02:01:23.1779714Z HEAD is now at 1b89bc2 feat(net): M4-D4c PresenceChannel broker seam (REQ-EP-4)
2026-06-04T02:01:23.1805293Z ##[endgroup]
2026-06-04T02:01:23.1809063Z ##[group]Disabling automatic garbage collection
2026-06-04T02:01:23.1815414Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T02:01:23.2049365Z ##[endgroup]
2026-06-04T02:01:23.2049944Z ##[group]Setting up auth
2026-06-04T02:01:23.2056076Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T02:01:23.2283034Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T02:01:23.6092592Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T02:01:23.6337397Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T02:01:24.0329979Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T02:01:24.0574032Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T02:01:24.4554492Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T02:01:24.4893237Z ##[endgroup]
2026-06-04T02:01:24.4893839Z ##[group]Fetching the repository
2026-06-04T02:01:24.4902438Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +237b1bb42a59cd7e112c8bf00badb4078ed7133c:refs/remotes/origin/dev-freeform
2026-06-04T02:01:25.1815454Z From https://github.com/SaberMage/spt-core
2026-06-04T02:01:25.1816174Z  + 1b89bc2...237b1bb 237b1bb42a59cd7e112c8bf00badb4078ed7133c -> origin/dev-freeform  (forced update)
2026-06-04T02:01:25.1953538Z ##[endgroup]
2026-06-04T02:01:25.1953983Z ##[group]Determining the checkout info
2026-06-04T02:01:25.1955463Z ##[endgroup]
2026-06-04T02:01:25.1962268Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T02:01:25.2244230Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T02:01:25.2481392Z ##[group]Checking out the ref
2026-06-04T02:01:25.2487596Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T02:01:25.2884100Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T02:01:25.2884618Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T02:01:25.2885007Z Previous HEAD position was 1b89bc2 feat(net): M4-D4c PresenceChannel broker seam (REQ-EP-4)
2026-06-04T02:01:25.2885510Z Switched to and reset branch 'dev-freeform'
2026-06-04T02:01:25.2909428Z ##[endgroup]
2026-06-04T02:01:25.3158981Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T02:01:25.3363353Z 237b1bb42a59cd7e112c8bf00badb4078ed7133c
